home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / tex / archives / makeindex2_11.lha / makeindex2.11 / test / vmsdiff.com < prev   
Text File  |  1991-09-13  |  4KB  |  138 lines

  1. $ ! Test of MakeIndex for VAX VMS
  2. $ ! [12-Sep-1991]
  3. $ !
  4. $ ! ****** Edit this line to suit local conventions *****
  5. $ makeindex :== $public$disk:[beebe.makeindex.src]makeindex.exe
  6. $
  7. $ write sys$output "=================================================="
  8. $ write sys$output "Expect only letter case differences in the output"
  9. $ write sys$output "=================================================="
  10. $ !
  11. $ !
  12. $ write sys$output "=================================================="
  13. $ write sys$output "test file = b209a"
  14. $ makeindex b209a
  15. $ diff b209a.ind ok-b209a.ind
  16. $ diff b209a.ilg ok-b209a.ilg
  17. $ !
  18. $ !
  19. $ write sys$output "=================================================="
  20. $ write sys$output "test file = b209b"
  21. $ makeindex b209b
  22. $ diff b209b.ind ok-b209b.ind
  23. $ diff b209b.ilg ok-b209b.ilg
  24. $ !
  25. $ !
  26. $ write sys$output "=================================================="
  27. $ write sys$output "test file = b209c"
  28. $ makeindex b209c
  29. $ diff b209c.ind ok-b209c.ind
  30. $ diff b209c.ilg ok-b209c.ilg
  31. $ !
  32. $ !
  33. $ write sys$output "=================================================="
  34. $ write sys$output "test file = b209d"
  35. $ makeindex b209d
  36. $ diff b209d.ind ok-b209d.ind
  37. $ diff b209d.ilg ok-b209d.ilg
  38. $ !
  39. $ !
  40. $ write sys$output "=================================================="
  41. $ write sys$output "test file = b209e"
  42. $ makeindex b209e
  43. $ diff b209e.ind ok-b209e.ind
  44. $ diff b209e.ilg ok-b209e.ilg
  45. $ !
  46. $ !
  47. $ write sys$output "=================================================="
  48. $ write sys$output "test file = b209f"
  49. $ makeindex b209f
  50. $ diff b209f.ind ok-b209f.ind
  51. $ diff b209f.ilg ok-b209f.ilg
  52. $ !
  53. $ !
  54. $ write sys$output "=================================================="
  55. $ write sys$output "test file = b211a"
  56. $ makeindex b211a
  57. $ diff b211a.ind ok-b211a.ind
  58. $ diff b211a.ilg ok-b211a.ilg
  59. $ !
  60. $ !
  61. $ write sys$output "=================================================="
  62. $ write sys$output "test file = b211d"
  63. $ makeindex b211d
  64. $ diff b211d.ind ok-b211d.ind
  65. $ diff b211d.ilg ok-b211d.ilg
  66. $ !
  67. $ !
  68. $ write sys$output "=================================================="
  69. $ write sys$output "test file = b211e"
  70. $ makeindex b211e
  71. $ diff b211e.ind ok-b211e.ind
  72. $ diff b211e.ilg ok-b211e.ilg
  73. $ !
  74. $ !
  75. $ write sys$output "=================================================="
  76. $ write sys$output "test file = b211f"
  77. $ makeindex b211f
  78. $ diff b211f.ind ok-b211f.ind
  79. $ diff b211f.ilg ok-b211f.ilg
  80. $ !
  81. $ !
  82. $ write sys$output "=================================================="
  83. $ write sys$output "test file = b211g"
  84. $ makeindex b211g
  85. $ diff b211g.ind ok-b211g.ind
  86. $ diff b211g.ilg ok-b211g.ilg
  87. $ !
  88. $ !
  89. $ write sys$output "=================================================="
  90. $ write sys$output "test file = b211h"
  91. $ makeindex b211h
  92. $ diff b211h.ind ok-b211h.ind
  93. $ diff b211h.ilg ok-b211h.ilg
  94. $ !
  95. $ !
  96. $ write sys$output "=================================================="
  97. $ write sys$output "test file = book"
  98. $ makeindex book
  99. $ diff book.ind ok-book.ind
  100. $ diff book.ilg ok-book.ilg
  101. $ !
  102. $ !
  103. $ write sys$output "=================================================="
  104. $ write sys$output "test file = test"
  105. $ makeindex test
  106. $ diff test.ind ok-test.ind
  107. $ diff test.ilg ok-test.ilg
  108. $ !
  109. $ !
  110. $ write sys$output "=================================================="
  111. $ write sys$output "test file = tort"
  112. $ makeindex tort
  113. $ diff tort.ind ok-tort.ind
  114. $ diff tort.ilg ok-tort.ilg
  115. $ !
  116. $ !
  117. $ write sys$output "=================================================="
  118. $ write sys$output "test file = b211b (German sort option)"
  119. $ makeindex -s b211b.ist -g b211b
  120. $ diff b211b.ind ok-b211b.ind
  121. $ diff b211b.ilg ok-b211b.ilg
  122. $ !
  123. $ !
  124. $ write sys$output "=================================================="
  125. $ write sys$output "test file = b210a (Private style file)"
  126. $ makeindex -s b210a.ist b210a
  127. $ diff b210a.ind ok-b210a.ind
  128. $ diff b210a.ilg ok-b210a.ilg
  129. $ !
  130. $ !
  131. $ write sys$output "=================================================="
  132. $ write sys$output "test file = b211c (Private style file)"
  133. $ makeindex -s b211c.ist b211c
  134. $ diff b211c.ind ok-b211c.ind
  135. $ diff b211c.ilg ok-b211c.ilg
  136. $ !
  137. $ !
  138.